🎖️GitЯра🎖️
Commit b4ed771850956e9842995d3af97db4ca9fe9cff4
Parents : 7bd36a5
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-07-15T16:31:44-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-07-15T21:31:44Z
chore(ble): bump kable to 0.44.1, drop obsolete parcelize R8 workaround (#6282)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Changes
2 files changed, 1 insertions(+), 9 deletions(-)
Diff
diff --git a/androidApp/proguard-rules.pro b/androidApp/proguard-rules.pro
index aaf2ce2e26..d782b392ad 100644
--- a/androidApp/proguard-rules.pro
+++ b/androidApp/proguard-rules.pro
@@ -45,14 +45,6 @@
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**
-# ---- BLE (Kable) -------------------------------------------------------------
-# Kable annotates ScanResultAndroidAdvertisement with @Parcelize but doesn't
-# ship the parcelize runtime in its POM; the app doesn't apply the parcelize
-# plugin (no @Parcelize usage of our own), so the annotation class is absent.
-# Annotation classes aren't needed at runtime — Kable's generated CREATOR
-# works without it.
--dontwarn kotlinx.parcelize.Parcelize
-
# ---- AppSearch / AppFunctions generated document factories ------------------
# AppSearch's DocumentClassFactoryRegistry loads the generated
# `$$__AppSearch__*` factory classes by name and instantiates them via their
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 1aaf24e529..8a055c2742 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -94,7 +94,7 @@ uri-kmp = "0.0.21"
osmdroid-android = "6.1.20"
spotless = "8.8.0"
vico = "3.3.0-next.1"
-kable = "0.44.0"
+kable = "0.44.1"
mqttastic = "0.4.0"
jmdns = "3.6.3"
qrcode-kotlin = "4.5.0"
Served by rngit 1.5.4 - Generated in 0.04s